pointer value meaning in English
指示字值
Examples
- The pointer value is printed along with what it points to
同时打印出了指针值及其所指向的值。 - The data pointer value is not valid
数据指针值无效。 - Jni puts the interface pointer value at a location specified by its first parameter
Jni将接口指针值放在由第一个参数指定的位置。 - Jni puts the interface pointer value at a location specified by its second parameter
创建了jvm , jni将接口指针值放在由第二个参数指定的位置。 - Pointers are 64 - bit on 64 - bit platforms , and you will truncate the pointer value if you assign it to a 32 - bit variable
在64位平台上,指针为64位,如果将该指针赋给32位变量,则应截断该指针值。